home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 October / macformat-055.iso / mac / Demos / Mac OS 8 Animated Tutorial / Mac OS 8 Tutorial / Mac OS 8 Tutorial.DXR / 00063.ls < prev    next >
Encoding:
Text File  |  1997-05-30  |  128 b   |  8 lines

  1. on mouseUp
  2.   set the movieRate of sprite 14 to 0
  3.   repeat with x = 3 to 9
  4.     puppetSprite(x, 0)
  5.   end repeat
  6.   go("Start")
  7. end
  8.